Termination Proof Script
Consider the TRS R consisting of the rewrite rules
|
| 1: |
|
f(x,a(b(y))) |
→ f(a(b(x)),y) |
| 2: |
|
f(x,b(c(y))) |
→ f(b(c(x)),y) |
| 3: |
|
f(x,c(a(y))) |
→ f(c(a(x)),y) |
| 4: |
|
f(a(x),y) |
→ f(x,a(y)) |
| 5: |
|
f(b(x),y) |
→ f(x,b(y)) |
| 6: |
|
f(c(x),y) |
→ f(x,c(y)) |
|
There are 6 dependency pairs:
|
| 7: |
|
F(x,a(b(y))) |
→ F(a(b(x)),y) |
| 8: |
|
F(x,b(c(y))) |
→ F(b(c(x)),y) |
| 9: |
|
F(x,c(a(y))) |
→ F(c(a(x)),y) |
| 10: |
|
F(a(x),y) |
→ F(x,a(y)) |
| 11: |
|
F(b(x),y) |
→ F(x,b(y)) |
| 12: |
|
F(c(x),y) |
→ F(x,c(y)) |
|
The approximated dependency graph contains one SCC:
{7-12}.
-
Consider the SCC {7-12}.
There are no usable rules.
The constraints could not be solved.
Tyrolean Termination Tool (0.02 seconds)
--- May 4, 2006